3.1.48 \(\int \frac {1}{\text {ArcCos}(a x)} \, dx\) [48]

Optimal. Leaf size=10 \[ -\frac {\text {Si}(\text {ArcCos}(a x))}{a} \]

[Out]

-Si(arccos(a*x))/a

________________________________________________________________________________________

Rubi [A]
time = 0.01, antiderivative size = 10, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 6, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.333, Rules used = {4720, 3380} \begin {gather*} -\frac {\text {Si}(\text {ArcCos}(a x))}{a} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[ArcCos[a*x]^(-1),x]

[Out]

-(SinIntegral[ArcCos[a*x]]/a)

Rule 3380

Int[sin[(e_.) + (f_.)*(x_)]/((c_.) + (d_.)*(x_)), x_Symbol] :> Simp[SinIntegral[e + f*x]/d, x] /; FreeQ[{c, d,
 e, f}, x] && EqQ[d*e - c*f, 0]

Rule 4720

Int[((a_.) + ArcCos[(c_.)*(x_)]*(b_.))^(n_), x_Symbol] :> Dist[-(b*c)^(-1), Subst[Int[x^n*Sin[-a/b + x/b], x],
 x, a + b*ArcCos[c*x]], x] /; FreeQ[{a, b, c, n}, x]

Rubi steps

\begin {align*} \int \frac {1}{\cos ^{-1}(a x)} \, dx &=-\frac {\text {Subst}\left (\int \frac {\sin (x)}{x} \, dx,x,\cos ^{-1}(a x)\right )}{a}\\ &=-\frac {\text {Si}\left (\cos ^{-1}(a x)\right )}{a}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.02, size = 10, normalized size = 1.00 \begin {gather*} -\frac {\text {Si}(\text {ArcCos}(a x))}{a} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[ArcCos[a*x]^(-1),x]

[Out]

-(SinIntegral[ArcCos[a*x]]/a)

________________________________________________________________________________________

Maple [A]
time = 0.07, size = 11, normalized size = 1.10

method result size
derivativedivides \(-\frac {\sinIntegral \left (\arccos \left (a x \right )\right )}{a}\) \(11\)
default \(-\frac {\sinIntegral \left (\arccos \left (a x \right )\right )}{a}\) \(11\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/arccos(a*x),x,method=_RETURNVERBOSE)

[Out]

-Si(arccos(a*x))/a

________________________________________________________________________________________

Maxima [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/arccos(a*x),x, algorithm="maxima")

[Out]

integrate(1/arccos(a*x), x)

________________________________________________________________________________________

Fricas [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/arccos(a*x),x, algorithm="fricas")

[Out]

integral(1/arccos(a*x), x)

________________________________________________________________________________________

Sympy [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {1}{\operatorname {acos}{\left (a x \right )}}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/acos(a*x),x)

[Out]

Integral(1/acos(a*x), x)

________________________________________________________________________________________

Giac [A]
time = 0.42, size = 10, normalized size = 1.00 \begin {gather*} -\frac {\operatorname {Si}\left (\arccos \left (a x\right )\right )}{a} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/arccos(a*x),x, algorithm="giac")

[Out]

-sin_integral(arccos(a*x))/a

________________________________________________________________________________________

Mupad [F]
time = 0.00, size = -1, normalized size = -0.10 \begin {gather*} \int \frac {1}{\mathrm {acos}\left (a\,x\right )} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/acos(a*x),x)

[Out]

int(1/acos(a*x), x)

________________________________________________________________________________________